Skip to main content

Get Roles

AutomatR.Zoho.Activities.GetRoles

The "Get Roles" activity in AutomatR is part of the Zoho activities package, designed to retrieve information about all roles. This activity streamlines the process of fetching roles data, enhancing automation workflows.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity.
Output
ResultOutputs the roles information. Variables of type GetRolesModel to store the roles data.

How to Use

  1. Drag and drop the "Get Roles" activity onto the workflow.
  2. Configure the properties by specifying the delay.
  3. Execute the workflow to retrieve information about all roles.

Example

Consider an example where the "Get Roles" activity is used to retrieve information about all roles:

Get Roles:
Delay: 0
Result: rolesData

In this example, the activity retrieves information about all roles with a delay of 0 seconds. The result, i.e., the roles information, is stored in the rolesData variable for further handling in the workflow.